home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NetNews Offline 2
/
NetNews Offline Volume 2.iso
/
news
/
comp
/
std
/
c
/
140
< prev
next >
Wrap
Internet Message Format
|
1996-08-06
|
1KB
Path: sdrc.com!thor!scjones
From: scjones@thor.sdrc.com (Larry Jones)
Newsgroups: comp.std.c
Subject: Re: brief summary of Technical Corrigendum 2
Date: 18 Jan 1996 15:19:41 GMT
Organization: SDRC Engineering Services
Distribution: world
Message-ID: <4dloed$oi1@info1.sdrc.com>
References: <4d554m$q4b@news1.halcyon.com> <4dfgdt$se6@der.twinsun.com> <DLC97p.88M@stdc.demon.co.uk>
NNTP-Posting-Host: thor.sdrc.com
In article <DLC97p.88M@stdc.demon.co.uk>, clive@stdc.demon.co.uk (Clive D.W. Feather) writes:
> In article <4dfgdt$se6@der.twinsun.com>,
> Paul Eggert <eggert@twinsun.com> wrote:
> > * va_start and va_end must be invoked in corresponding pairs,
> > and the pairs cannot nest.
>
> Huh ? I understood (and it's my DR they're replying to) that the pairs
> *can* nest.
I don't know if that was a typo or a thinko, but I suspect that what
Paul meant to say was that the pairs cannot interleave.
VALID INVALID
----------------- -----------------
va_start(a, foo); va_start(a, foo);
va_start(b, foo); va_start(b, foo);
va_end(b); va_end(a);
va_end(a); va_end(b);
----
Larry Jones, SDRC, 2000 Eastman Dr., Milford, OH 45150-2789 513-576-2070
larry.jones@sdrc.com
Whatever it is, it's driving me crazy! -- Calvin